From a111f6ee23046ac2d0d3319dae53dc8862152876 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2015 21:28:08 -0400 Subject: [PATCH] print operation: Fix compiler warnings Fix warnings due to -Wdeclaration-after-statement and -Wshadow. --- gtk/gtkprintoperation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 057430b412..929cdafea6 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -2506,7 +2506,6 @@ common_render_page (GtkPrintOperation *op, else { GtkPageOrientation orientation; - GtkPageSetup *page_setup; gdouble paper_width, paper_height; gdouble page_width, page_height; gdouble context_width, context_height; -- 2.30.2